CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - array class

搜索资源列表

  1. bubblesorttemp

    1下载:
  2. 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6085
    • 提供者:顾义坤
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add(\"Number2\",4) * test.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:叶振华
  1. 大数的阶层

    0下载:
  2. 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14504
    • 提供者:红苹果
  1. matrixclasslibraries

    0下载:
  2. 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, no
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7861
    • 提供者:tomb499717
  1. removeDuplicates2

    0下载:
  2. 上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:975554
    • 提供者:郎斐
  1. hm6

    0下载:
  2. 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:黄铭
  1. lwork

    0下载:
  2. 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5011
    • 提供者:沈叔涛
  1. UPU

    0下载:
  2. 功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的<form>中要有enctype=\"mu
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:46706
    • 提供者:kuang
  1. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3854
    • 提供者:wuming
  1. Array

    0下载:
  2. 3.编写程序:定义一个Person类,要求: ①私有成员数据: ●char ID[ 20 ] //身份证号 ●char *name //存放姓名的动态字符数组的起始地址 ●char *address //存放住址的动态字符数组的起始地址 ②公有成员函数: ●Person ( char *n=0, char *na=0, char *ad=0 ) //构造函数 ●Person ( Person &p ) //拷贝构造函数,实现深拷贝 ●~ Person ( ) //
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2981077
    • 提供者:仇一珂
  1. Matrix

    0下载:
  2. 自定义数组类,实现生成任意规模的数独文本文件。-A custom array class implementation of arbitrary size sudoku.
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4845170
    • 提供者:niuwe
  1. ARRAY

    0下载:
  2. dynamic array using class principle
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1170
    • 提供者:fradin
  1. Array

    0下载:
  2. 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new element
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4205
    • 提供者:ei451297
  1. MyXmlHelper

    0下载:
  2. 该类功能强大,实现了对数组、类、DataGridView 以XmlHelper的形式存储,同时还实现了以两层节点的形式存储变量。对于桌面程序中各种配置信息的存储非常方便。-It is very powerful and convenient for the configuration storage of the desktop application. Because not only can it be used to save some simple variables, but also
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3232
    • 提供者:
  1. array

    0下载:
  2. c++编写的队列操作类,包含队列的初始化,读取,写入等函数。-written in c++ class queue operations, including the initialization of the queue, read, write and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:920
    • 提供者:xingxudong
  1. shuzuleimokuai

    0下载:
  2. 设计一个数组类模板MyArray<T>,实现一个通用的数组类-Design a template array class MyArray <T> To achieve a common array class
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:11426
    • 提供者:
  1. C_Sharp_-Part-2---Class-Dan-Array

    0下载:
  2. learning Array on C#
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:206888
    • 提供者:harry
  1. 5163001010-魏振豪-实验11-2

    0下载:
  2. 将直接插入排序、直接选择排序、冒泡排序、顺序查找函数封装到第9章的数组类中,作为成员函数。实现并测试这个类(Directly into the sorting, direct selection, sorting, bubble sorting, sequential search function, encapsulated in the ninth chapter of the array class, as a member function. Implement and test thi
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:zadq
  1. ArrayHelper

    0下载:
  2. Unity 功能 泛型 处理数组元素 工具类(Unity function generic processing array element tool class)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:lianglangtao
  1. OneArryasTools v1.1-ok

    0下载:
  2. * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxiaolong * @version v1.1(* this
  3. 所属分类:Java编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:eto754
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com